'Declaration<DispIdAttribute(9)> Sub PdfLaunchAction( _ ByVal ActionType As PdfActionLaunchOperation, _ ByRef FilePath As String, _ ByRef Cancel As Boolean _ )
[DispId(9)] void PdfLaunchAction( PdfActionLaunchOperation ActionType, ref string FilePath, ref bool Cancel )
procedure PdfLaunchAction(
ActionType: PdfActionLaunchOperation;
var FilePath: String;
var Cancel: Boolean
);
DispIdAttribute(9) function PdfLaunchAction( ActionType : PdfActionLaunchOperation, FilePath : String, Cancel : boolean );
[DispId(9)] void PdfLaunchAction( PdfActionLaunchOperation ActionType, ref string* FilePath, ref bool Cancel )
[DispId(9)] void PdfLaunchAction( PdfActionLaunchOperation ActionType, String^% FilePath, bool% Cancel )
Parameters
- ActionType
- FilePath
- Cancel
